home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 12 / Cream of the Crop 12 (Part II) / Cream of the Crop 12 (Part II).iso / BBS / LUNAT41A.ZIP / SAMPLE.BAT < prev    next >
Encoding:
DOS Batch File  |  1995-08-27  |  334 b   |  10 lines

  1. @echo off
  2. rem ** sample batch file for a multi-node setup
  3. rem ** use this to get ideas to customize for multi-node
  4.  
  5. F:
  6. CD \LUNATIX                       ;Change into the Lunatix dir
  7. REM COPY G:\NODE4\CALLINFO.BBS F: ;no longer needs to copy drop file. :)
  8. LUNATIX.EXE N%1 SLICE             ;Run Lunatix where %1 = NODENUM.
  9. C:
  10.